

# on wake up normal variables
WIFE_HOME			string		Note: Do not use anymore. Used to be the full path to wife home directory / folder. Now it's one step up from the wife system folder.
HOME_PATH			string		The full path to wife home directory / folder (the base directory of the installed application).
SYSTEM_PATH			string		The full path to wife system directory / folder.
WIFE_RELEASE_VERSION	integer		release version
WIFE_BETA_VERSION		integer		beta version (99=release)
WIFE_SP_VERSION			integer 	service pack version
SESSION					id			a session number used to tell wife when the script can exit
USER_ID					id			internal wife id of the user who fired the script
USER_SHORT				string		user's short name / login name eg. Johnny
LOCALE_LIST				string		The system/user specific list separator character, usable for example when creating CSV files. For example "," or ";". Configured in the Client Setup window.
LOCALE_DECIMAL			string		The system/user specific decimal character. Typically "." or ",". Configured in the Client Setup window.
LOCALE_THOUSAND			string		The system/user specific thousand separator character. Typically "" (empty), "," or ".". Configured in the Client Setup window.
LOCALE_SHORTDATE		string		The system/user specific date format. Can be "" if not configured. Otherwise typically "%Y-%m-%d" or similar. Configured in the Client Setup window.
LOCALE_TIME		string		The system/user specific time format. Can be "" if not configured. Otherwise typically "%H:%M:%S" or similar. Configured in the Client Setup window.


# specific variables of interest
INCOMING_INVOICES_SELECTED			list		a list of the selected incoming invoices
